func os.ignoringEINTR2
5 uses
os (current package)
exec_unix.go#L67: pid1, err := ignoringEINTR2(func() (int, error) {
file_posix.go#L259: func ignoringEINTR2[T any](fn func() (T, error)) (T, error) {
file_unix.go#L449: n, err := ignoringEINTR2(func() (int, error) {
getwd.go#L56: dir, err = ignoringEINTR2(syscall.Getwd)
removeall_at.go#L169: r, err := ignoringEINTR2(func() (int, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)